home *** CD-ROM | disk | FTP | other *** search
/ CD School House 10 / CD School House - Education and Games (10.0) - Wayzata Technology (1995).iso / mac / DOS / NETWORKS / CIPHER04 / CIPHER.DOC next >
Text File  |  1992-10-13  |  4KB  |  99 lines

  1.                        MCipher SIMPLE & FAST! (c)
  2.                               Version .04b
  3.  
  4. Requirements:
  5. This program requires at least an 80286 with a couple of k free of
  6. memory.  In other words it will run on just about any 100% IBM
  7. compatible system.  I've tested it on several computers and the only one
  8. it crashed was an old Packard Bell.  So if you're out of the computer
  9. stone age, you're good to go.  8088 support will be available on future
  10. versions. (ie stay tuned)
  11.  
  12. What it does:
  13. MCipher is a simple encryption package that I put out because it's what I
  14. wanted and I couldn't find one that someone else had written.  Sure, I
  15. could find encryption packages, but they were all a LOT more than I
  16. needed.  MCipher will take any straight ASCII text file and encrypt it
  17. into a straight ASCII text file (of course you won't be able to read the
  18. encrypted version).  As long as  the original doesn't have long lines
  19. (longer than 80 characters) you shouldn't have ANY problem sending
  20. encrypted ASCII files over the modem.  This ability gives you the power
  21. and convenience of truly private email--something that's become very
  22. scarce in this day and age. (More info. on email implementation is
  23. provided in the file 'EMAIL.USE' and should have come with your MCipher
  24. package.)
  25.  
  26. Usage:
  27. MCipher is *very,very* easy to use.  It's all done via a command line
  28. with a couple of simple switches...
  29.  
  30.                          cipher  (e/d)   (target)   (output)   (p=<password>)
  31.                            |       |        |          |              |
  32. Execute cipher--------------       |        |          |              |
  33. Choose encrypt or decrypt-----------        |          |              |
  34. Target file (See note)-----------------------          |              |
  35. Output file (See note)----------------------------------              |
  36. Password---------------------------------------------------------------
  37.  
  38. *Note: When encrypting a file, the target is the straight ASCII text
  39. file you want encrypted while the output file is the name of the
  40. file to be created to store the encrypted version.  When decrypting,
  41. the target is the file you want to decrypt while the output file is
  42. the new readable ASCII textfile you want the decrypted information
  43. to be stored in (did ya get that?)
  44.  
  45.   Example: cipher e readme readme.sec p=rowboat
  46.  
  47. This would execute MCipher in the encrypt mode.  It would tell it to
  48. encrypted the text file 'readme' into 'readme.sec' using the password of
  49. 'rowboat'.
  50.  
  51. A note on passwords:
  52. Unlike the older versions, passwords are NOT case sensitive.  That means
  53. that 'rowboat' and 'ROWBOAT' are equal and encrypting a file with either
  54. word produces the same result and can be decrypted by either word.  The
  55. old 7 letter maximum has bee removed--a password can now be AS LONG as you
  56. like.  The longer and more unique the password the greater the
  57. security!!!  (A password like 'a;kdjfafk$$' is much more secure than one
  58. like 'access').
  59.  
  60. Use in email:
  61. Instructions for use as an email encrypter are provided in the included
  62. file 'EMAIL.USE'
  63.  
  64. A note on file extensions:
  65. You don't HAVE to put extensions on your files unless you want to.
  66. MCipher will assume the following:
  67. A file to be encrypted (the "target") is a '.TXT' file.
  68. A file to be decrypted (the "target") is a '.CIP' file.
  69. A file to have encrypted info. written to it (the "output file")
  70. is a '.CIP' file.
  71. A file to have decrypted info. written to it (the "output file")
  72. is a '.OUT' file.
  73.  
  74. Example:
  75.  
  76. cipher e readme.txt readme.cip p=rowboat
  77.  
  78. does the same thing as:
  79.  
  80. cipher e readme readme p=rowboat
  81.  
  82. -------------------------------------------------------------------------------
  83.  
  84. THE AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGE CAUSED BY THE USE OF THIS
  85. PROGRAM.  (I have tested it and it has run flawlessly on many IBM
  86. machines.)
  87.  
  88. I ASK THAT IF YOU FIND THE PROGRAM USEFUL AND USE IT FOR MORE THAN 10
  89. DAYS THAT YOU contact me on my BBS (804) 285-3388 or on the Blue Ridge
  90. Express BBS (804) 790-1675 and leave me a message.
  91.  
  92. Note: I wish someone who KNEW something about writing documentation
  93. would offer to help me out (hint,hint).
  94.  
  95.  
  96. ----
  97. Thanks,
  98. Marshall Camp
  99.